e75049
@@ -23,6 +23,7 @@
import java.util.Collections;
 import java.util.Date;
 import java.util.HashMap;
 import java.util.List;
+import java.util.Locale;
 import java.util.Map;
 
 import org.springframework.http.ResponseEntity;
@@ -206,7 +207,7 @@
public class TwitterTemplate implements TwitterOperations {
 		return tweet;
 	}
 
-	private DateFormat dateFormat = new SimpleDateFormat("EEE, d MMM yyyy HH:mm:ss Z");
+	private DateFormat dateFormat = new SimpleDateFormat("EEE, d MMM yyyy HH:mm:ss Z", Locale.ENGLISH);
 
 	private Date toDate(String dateString) {
 		try {
